home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
the_independent.swf
/
scripts
/
DefineButton2_177
/
BUTTONCONDACTION on(release, keyPress Up).as
Wrap
Text File
|
2011-08-19
|
277b
|
14 lines
on(release, keyPress "<Up>"){
if(this.window._y - 10 * this.koeficient > 125)
{
this.window._y;
}
else
{
this.window._y += 10;
this.scroller._y -= 1.5;
scrollervar = this.scroller._y;
windowvar = this.window._y;
}
}